The special file upload array in PHP,$_FILES, obtains the file name of the uploaded file, and the setMediaSource() method attaches this file to the object. 这个PHP形式的特别的文件上传数组$FILES包含所上传文件的名称,setMediaSource()方法可将这个文件附加到此对象。
Use a one-element array to add a single user name. 可以使用一个元素的数组来添加单个用户名。
The data we store in each menu item object is an array containing only one element: the name of the category. 我们储存在每个菜单项对象中的数据是一个仅包含一个元素的数组:类别名。
I then reference a specified form bean to the tags and iterate through a String [] array of radio button values, assigning an identical name attribute to each assigned value attribute. 然后我用一个特定的表单bean指向这个标记并对保存单选按钮值的String[]数组进行迭代,把相同的name属性分配给每个value属性。
When the probe fires, you increment an associative array element for the given PID and process name. 当该探针触发时,将为特定的PID和进程名增加一个关联数组元素。
Column one is the disk array name, column two is one month's disk growth usage, column three is the next month's disk growth usage, and the following month's growth is contained in column four. 第1列是磁盘阵列名称,第2列是第一个月的磁盘使用量,第3列是下一个月的磁盘使用量,最后一个月的数据在第4列中。
The first element of the array is actually the name of the binary, so it's really the second element where the parameters start. 该数组的第一个元素实际上是二进制文件的名称,因此参数实际上是从第二个元素开始的。
Within each element of the array is a hash table that includes the name of the event and an array of the games played. 该数列内的每个元素都是一个散列表,包含事件名称和比赛项目的阵列。
The array brackets come after the argument name instead of after the type. 数组括号紧接参数名之后,而非类型之后。
MppUtil-a [ array name] shows details about this array mppUtil-a[arrayname]显示此阵列的详细信息
It uses the SimpleXML module to read and parse the XML configuration file into a PHP object, and then creates an associative array mapping each defined chain to its name for easy lookup. 它使用SimpleXML模块读取XML配置文件,并将其解析为PHP对象,然后,创建一个关联数组,将每个定义的链映射到其名称,以便于查找。
The script loads the file text into a string variable, explodes it into an array using new lines, and determines the name of the vendor from the first element of the array. 此脚本将此文件文本载入到一个字符串变量,将其explode到一个使用了新行的数组并根据此数组的第一个元素决定商家的名称。
As you can see in this class, we can get each data of one specific array, which may represent book name or price, using the getElements method. 正如您可以在此类中看到的那样,我们将使用getElements方法获得一个特定数组的每条数据,该数组可以表示书名,也可以表示价格。
To capture the results in an array, add the name of the array as a second argument to exec(). 为了捕捉数组中的结果,要将该数组的名称作为第二个参数添加到exec()。
What will store in this data variable is an array of two elements: a horizontal header name and a vertical header name of a cell. 我们将在该数据变量中储存包含两个元素的数组:单元格的水平标题栏名和垂直标题栏名。
Will return an array ( or a NodeList) of tags called name from within the document. 将从文档中返回一个名为name的标记数组(或NodeList)。
It then cycles through all of the elements of this array, displaying the name of the method and its signature. 然后遍历所有成员,显示它们的方法名称。
The result is an array where the first key is the name of the master rule and the second key is the position& 0 ( major) or1 ( minor). 结果是一个数组,其中第一个键值是主规则的名称,第二个键值是位置&0(主要部分)或1(次要部分)。
In the HPL Device Array Name list box, choose Enter New Name and provide a name for the device array that will be used for the loading job. 在HPLDeviceArrayName列表框中,选择EnterNewName并提供用于加载作业的设备阵列名称。
If there is notify message on the connection, array contains message name and backend PID is returned. 如果连接中有通告消息,则数组包含消息名并且返回后端的pid。
In FORTRAN, a data item that is not an array or array element, identified by a symbolic name. 在FORTRAN语言中,由符号名标识的非数组或非数组元素的一种数据项。
The given array name was invalid. 给定的数组名称无效。
If the parameter name in the second array does not match a parameter name in the new definition, the parameter data is not moved to the new definition. 如果第二个阵列的参数名称不与新的定义中的一个参数名称匹配,参数数据不会被移动到新的定义。
If this class object represents a reference type that is not an array type then the binary name of the class is returned, as specified by the Java Language Specification, Second Edition. 如果该类对象表示引用类型,而不是数组类型,那么返回该类的二进制名称,说明见Java语言规范(第二版)。
Array type specifier, [], must appear before parameter name 数组类型说明符[]必须出现在参数名之前
Discussion about the Internal Connection of Definition with Quotation and the Misunderstanding of Array Name and Pointer in C Language C语言中定义和引用语句间的内在联系及数组名、指针理解误区探讨
The paper mainly expounds the principle of automatic name placement of area element by center array method, the algorithm of polygon pretreatment, the method of getting array rotating center and the algorithm of name placement positioning line. 本文阐述了中心阵列法进行面状要素自动注记的原理、多边形预处理算法、求取阵列旋转中心的方法和求取注记定位线的算法。
In this article, the writer's own opinion of using Turbo C is elaborated from four aspect. First, the input of two dimension float type array. Secondly, the function's declaration, Thirdly, the array name regarded as function parameter. 从二维实型数组的输入、函数的声明、数组名作函数参数和多维数组的指针4个方面,阐述了使用Turboc时自己的看法。
So we can understand and master array name as parameter together with ordinary variable and pointer variable as parameter. 使得数组名作函数参数和普通变量、指针变量作函数参数可以统一起来理解、掌握。